home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap03 / dun3_3.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  6.5 KB  |  161 lines

  1. <!doctype HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
  2.  
  3. <html>
  4.  
  5.  
  6.  
  7. <head>
  8.  
  9. <title>Traveling in the Backcountry</title>
  10.  
  11. <style type="text/css">
  12.  
  13. <!--
  14.  
  15. BODY { background-color: rgb(255,255,255); color: rgb(0,0,0); 
  16.  
  17. font-family: Bookman Old Style, serif }
  18.  
  19. H1, H2, H3 { font-family: Tahoma, sans-serif; font-weight: bold; 
  20.  
  21. font-variant: small-caps }
  22.  
  23. H2 { margin-left: 20px }
  24.  
  25. H3 { margin-left: 60px }
  26.  
  27. .h2 { margin-left: 20px }
  28.  
  29. .h3 { margin-left: 60px }
  30.  
  31. BLOCKQUOTE { font-family: Times New Roman, serif; font-style: italic }
  32.  
  33. .cite { text-align: right }
  34.  
  35. -->
  36.  
  37. </style>
  38.  
  39. </head>
  40.  
  41.  
  42.  
  43. <script language="JavaScript">
  44.  
  45. <!--
  46.  
  47. currentDiv = 0;
  48.  
  49.  
  50.  
  51. function initDisplay() {
  52.  
  53.   divColl = document.all.tags("DIV");
  54.  
  55.   if (divColl!=null) {
  56.  
  57.     for (i=0; i<divColl.length; i++) {
  58.  
  59.       divColl[i].style.display="none";
  60.  
  61.     }
  62.  
  63.   }
  64.  
  65.   showDiv(currentDiv);
  66.  
  67. }
  68.  
  69.  
  70.  
  71. function showDiv ( aNum ) {
  72.  
  73.   setDisplay( nameDiv(currentDiv), "none");
  74.  
  75.   setDisplay( nameDiv(aNum), "");
  76.  
  77.   currentDiv = aNum;
  78.  
  79. }
  80.  
  81.  
  82.  
  83. function nameDiv( aNum ) {
  84.  
  85.   name = "div_" + aNum;
  86.  
  87.   return name;
  88.  
  89. }
  90.  
  91.  
  92.  
  93. function setDisplay( anId, aValue ) { //Line 49
  94.  
  95.   document.all(anId).style.display = aValue;
  96.  
  97. }
  98.  
  99. //-->
  100.  
  101. </script>
  102.  
  103.  
  104.  
  105. <body onLoad="initDisplay()">
  106.  
  107.  
  108.  
  109. <h1>Traveling in the Backcountry</h1>
  110.  
  111.  
  112.  
  113. <ul>
  114.  
  115.   <li><a href="#intro" alt="Introduction">Introduction</a></li>
  116.  
  117.   <li><a href="#prepare" alt="Preparation" onClick="showDiv(0)">Before You Travel</a></li>
  118.  
  119.   <li><a href="#lost" alt="In To Trouble" onClick="showDiv(1)">When Things Go Wrong</a></li>
  120.  
  121. </ul>
  122.  
  123.  
  124.  
  125. <p><a name="intro">Walking in the woods,</a> whether as a hiker, camper, backpacker or
  126.  
  127. hunter, provides plenty of opportunities to practice the skills of a backcountry traveler.
  128.  
  129. With the proper preparation, you'll have the knowledge and confidence to meet the
  130.  
  131. challenges of a variety of outdoor adventures. This page is intended to provide you with
  132.  
  133. some hints and tips to help you create a successful experience.</p>
  134.  
  135.  
  136.  
  137. <p>Before you read on, we'd like for you to hear a brief message from our lawyers....</p>
  138.  
  139.  
  140.  
  141. <blockquote>
  142.  
  143.   <p>This is in no way intended to be a course in backcountry safety or 
  144.  
  145.   survival. Information provided is from a variety of sources and is to be 
  146.  
  147.   accepted at the user's risk. <strong>The authors of this page assume no 
  148.  
  149.   liability whatsoever as to the suitability of this information to any 
  150.  
  151.   specific situation or person</strong>. It's you against the world, and 
  152.  
  153.   we're not taking any responsibility for the outcome.</p>
  154.  
  155. </blockquote>
  156.  
  157.  
  158.  
  159. <div id="div_0" title="Preparing">
  160.  
  161. <h2>Before you travel</h2>
  162.  
  163.  
  164.  
  165. <h3>How far can you go? </h3>
  166.  
  167.  
  168.  
  169. <p class="h3">When choosing a location and route, take into account your 
  170.  
  171.  physical condition, the reason for hiking, and the terrain and weather you 
  172.  
  173.  could possibly encounter. As a general rule, an average hiker can walk about 
  174.  
  175.  1 1/2 to 2 miles an hour on level trails. Steep ascents require considerably 
  176.  
  177.  greater time allowances. One hour for every 1,000 feet of elevation gain 
  178.  
  179.  is a good rule of thumb.</p>
  180.  
  181.  
  182.  
  183. <h3>What should you wear?</h3>
  184.  
  185.  
  186.  
  187. <p class="h3">Proper foot gear is one of the most important parts of your 
  188.  
  189.  journey. Sturdy running shoes are good for hiking on relatively smooth 
  190.  
  191.  surfaces, such as maintained trails. You'll want something with a little 
  192.  
  193.  more tread for rugged trails or cross-country travel. A ten mile hike in the 
  194.  
  195.  woods is not the best place to break in new shoes.</p>
  196.  
  197.  
  198.  
  199. <p class="h3">You should also consider what clothes to wear. Your location 
  200.  
  201.  and the time of year will be key factors, but a general rule of thumb is to 
  202.  
  203.  have at least one layer available for each surface of your body -- a sweater 
  204.  
  205.  if you're in a T-shirt, pants if you're in shorts, and gloves and a hat. The 
  206.  
  207.  more versatile your clothing can be, the more comfortable you'll be. It 
  208.  
  209.  should also fit your style. If you don't like a bunch of stuff banging 
  210.  
  211.  around in your pockets, then consider wearing a fanny pack for essentials 
  212.  
  213.  such as a compass, pocket knife, lighter or matches, and adhesive bandages.</p>
  214.  
  215.  
  216.  
  217. <h3>What should you carry?</h3>
  218.  
  219.  
  220.  
  221. <p class="h3">For short trips, a fanny pack or day pack should include at 
  222.  
  223.  least one quart of water per person, map, flashlight, first aid kit, rain 
  224.  
  225.  gear, high-energy snack, and toilet paper, in addition to any optional items 
  226.  
  227.  such as sunglasses, camera, binoculars, and nature books.</p>
  228.  
  229.  
  230.  
  231. <h3>What else should you do?</h3>
  232.  
  233.  
  234.  
  235. <p class="h3">Make an itinerary and stick with it. Make sure someone knows when and where you're 
  236. expected back, and how long they can allow. </p>
  237.  
  238.  
  239.  
  240. <div id="div_1" title="Getting Lost">
  241.  
  242. <h2><a name="lost">When things go wrong</a></h2>
  243.  
  244.  
  245.  
  246. <blockquote>
  247.  
  248.   <p>The worst thing you can do is to get frightened. The truly dangerous enemy is not the
  249.  
  250.   cold or the hunger, so much as the fear. It robs the wanderer of his judgement and of his
  251.  
  252.   limb power; it is fear that turns the passing experience into a final tragedy ... Keep
  253.  
  254.   cool and all will be well ... Use what you have, where you are, right now. </p>
  255.  
  256.  
  257.  
  258.   <p class="cite">Ernest Thompson Seton, 1906</p>
  259.  
  260. </blockquote>
  261.  
  262.  
  263.  
  264. <p class="h2">So you've planned, you've prepared, and now you're on the trail. And the
  265.  
  266. worst part is, you don't know where you are. There's a four-step process to follow, and
  267.  
  268. all you have to do is <em>STOP</em> -- <strong>S</strong>tay-<strong>T</strong>hink-
  269. <strong>O</strong>bserve-<strong>P</strong>lan.</p>
  270.  
  271.  
  272.  
  273. <h3>Stay!</h3>
  274.  
  275.  
  276.  
  277. <p class="h3">At the first sign of trouble, STAY WHERE YOU ARE! The urge to walk faster or
  278.  
  279. run blindly to escape the situation is difficult to resist, but rushing about only leads
  280.  
  281. to more confusion. Stopping helps you fight panic and increases your chances of survival.
  282.  
  283. If you're on foot, sit down. If you're in a boat, get to shore. If anyone is injured,
  284.  
  285. apply first aid and rest. It may take a little bit for the panic to go away, but be
  286.  
  287. patient. You probably got yourself into this mess, you can certainly get yourself out of
  288.  
  289. it.</p>
  290.  
  291.  
  292.  
  293. <h3>Think!</h3>
  294.  
  295.  
  296.  
  297. <p class="h3">As you relax, think. If you're lost, study a map and look for landmarks. How
  298.  
  299. long ago did you know where you were? Are there footprints to show where someone has gone
  300.  
  301. before? Can you hear traffic from a highway? Do you see or hear a river heading down
  302.  
  303. stream? If you give all the clues time to sink in, chances are you'll get yourself back on
  304.  
  305. course. If you have any doubts, sit still and observe.</p>
  306.  
  307.  
  308.  
  309. <p>...Yadda, yadda, yadda...More useful information here... </p>
  310.  
  311. </div>
  312.  
  313.  
  314.  
  315. </body>
  316.  
  317. </html>
  318.  
  319.